home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / nlcrc100.zip / NLCRC.DOC < prev    next >
Text File  |  1997-05-05  |  4KB  |  98 lines

  1.  
  2.  
  3.                        CHA0S NL-CRC version 1.0ß
  4.  
  5.                  The Nodelist "finishing-touches" Utility
  6.                   By Greg MacLellan     (C)1997 CHA0Soft
  7.  
  8. -----[ Legal Stuff that nobody reads ;) ]-------------------------------------
  9.  
  10. NL-CRC is distributed as FREEWARE. No charge may be used with this product,
  11. execpt in the case of shareware/freeware packs, where the cost is not for
  12. this program specifically, but a collection of products and/or the medium
  13. (so long as it's not electronic (ie. Internet, BBS vs CD-ROM etc)).
  14.  
  15. I, Greg MacLellan, make no guarantee that this product will work, or won't
  16. mess up your files/hard drive/computer etc, only that it worked on my system
  17. and it _SHOULD_ work on other people's as well =)
  18.  
  19. This has been tested under DOS, Windows95, and OS/2 Warp 3.0, and works fine.
  20.  
  21. -----[ What's it do? ]--------------------------------------------------------
  22.  
  23. NL-CRC is designed to add a header to the top of a nodelist, and add the CRC
  24. value of line 2+, as specified in FTS-0005.TXT. It also has the ability to
  25. rename the nodelist according to the day of the year.
  26.  
  27. This probably won't be used much in FidoG0d Net <g> but us "Net of the
  28. week"(tm)er's can sure use it ;)
  29.  
  30. -----[ How do i use it? ]-----------------------------------------------------
  31.  
  32. NLCRC.EXE [-R] <nodelist> <header text . . . >
  33.  
  34. If you specify "-R", the nodelist will be renamed to the day of the year.
  35. Only the extension is renamed. So say you were working on MYLIST.001. If
  36. today was January 8th, if you specified -R the nodelist would be called
  37. MYLIST.009 when it was done. If it was May 5th, the nodelist would be re-
  38. named to MYLIST.125 (since May 5th is the 125th day of the year).
  39.  
  40. <nodelist> is a required parameter. It just specifies the input nodelist.
  41. Note that NL-CRC will also make <nodelist>.TMP when it's running, which
  42. it will delete when it's done.
  43.  
  44. <header text . . . > is the text to put at the top of the nodelist. This
  45. can be up to 77 characters long, and will be truncated if it is any longer.
  46. The 16-bit CRC will be added after a ":" at the end of the line, as specified
  47. in the FidoNet technical standards. You can also include the following
  48. commands in this line:
  49.  
  50.  - ~D - current date (MM-DD-YY)
  51.  - ~N - replaced with the day number ("1" for Jan 1st, etc)
  52.  - ~T - current time (24-hr) (HH:MM)
  53.  
  54. For example, if it was 9:30 am on May 5th, and you specified the following
  55. as your header: "Nodelist created on ~D at ~T for day ~N", the following
  56. would be put at the begining of the nodelist:
  57.  
  58. ; Nodelist created on 05-05-97 at 09:30 for day 125               : 12345
  59. ^                     ^^^^^^^^    ^^^^^         ^^^                 ^^^^^
  60. It's a comment           ~D         ~T          ~N               16-bit CRC
  61.  
  62. (it will only put the first line there, the other two are included so you
  63. know what i'm talking about! :) )
  64.  
  65. Also keep in mind that these commands are case sensitive. Ie. if you specify
  66. "Nodelist for day ~n" it will put
  67.  
  68. ; Nodelsit for day ~n                                             : 12345
  69.  
  70. which doesn't really make much sense to anyone ;)
  71.  
  72. -----[ Contacts ]-------------------------------------------------------------
  73.  
  74. If my super DOC-writing skills aren't that great, or need clarification, you
  75. can find me at:
  76.  
  77. FidoNet    1:249/174
  78. AlterNet   11:613/101
  79. UsersNet   60:176/1
  80. DoomNet    66:666/7
  81. OS2Net     81:930/80
  82. NCNet      82:1613/100
  83. CyberNet   90:210/317
  84. TCN        201:936/433
  85. CHAOSnet   232:232/1
  86. InterNet   greg.maclellan@x249_117.gryn.org
  87.  
  88. -----[ Copyrights ]-----------------------------------------------------------
  89.  
  90. The CRC routines in this program are from JSDoor.
  91. JSDoor is copyright 1996 John Stephenson.
  92.  
  93. OS/2 and OS/2 Warp are registered trademarks of IBM Inc.
  94. Windows95 is a registered copyright/trademark of Microsoft.
  95. "Net of the Week" and "NOTW" are trademarks of Tony Summerfelt.
  96.  
  97. "F**k you" goes out to Bill Gates, and of course the illustrious T.S. ;)
  98.